object UserSelectDlg: TUserSelectDlg Left = 247 Top = 180 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select the Account' ClientHeight = 137 ClientWidth = 274 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 20 Width = 43 Height = 13 Caption = '&Account:' FocusControl = eUser end object Label2: TLabel Left = 8 Top = 60 Width = 49 Height = 13 Caption = '&Password:' FocusControl = ePassword end object eUser: TComboBox Left = 112 Top = 16 Width = 153 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end object ePassword: TEdit Left = 112 Top = 56 Width = 153 Height = 21 PasswordChar = '*' TabOrder = 1 end object bOK: TButton Left = 72 Top = 104 Width = 89 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = bOKClick end object bCancel: TButton Left = 176 Top = 104 Width = 89 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end